Crate txfs

source ·
Expand description

A transactional filesystem cache layer based on freqfs. See the “examples” directory for usage examples.

Structs§

  • A transactional directory
  • An error encountered during a transactional filesystem operation
  • A transactional file
  • A read guard on a version of a transactional File
  • A write guard on a version of a transactional File
  • A human-readable ID

Enums§

  • An entry in a Dir
  • The type of error encountered during a transactional filesystem operation

Constants§

  • The name of the directory where un-committed file versions are cached

Type Aliases§

  • The name of an entry in a Dir, used to avoid unnecessary allocations
  • The result of a transactional filesystem operation